PermanentQueue<T> Class

Class PermanentQueue.
public class PermanentQueue<T>
This language is not supported or no code example is available.
generic<typename T> 
public ref class PermanentQueue
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Type Parameters

T

Methods
 
Name Description
Public method AddReader(object) Adds the reader.
Public method Clear() Clears this instance.
Public method Count(int) Counts the specified start index.
Public method DequeueAll(object) Dequeues all.
Public method Enqueue(T) Enqueues the specified item.
Public method RemoveReader(object) Removes the reader.
Top

In this article

Definition